home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / misc / LEDA_gene.lha / LEDA-3.1c-generic / incl / LEDA / convex_hull.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-05  |  466 b   |  24 lines

  1. /*******************************************************************************
  2. +
  3. +  LEDA  3.1c
  4. +
  5. +
  6. +  convex_hull.h
  7. +
  8. +
  9. +  Copyright (c) 1994  by  Max-Planck-Institut fuer Informatik
  10. +  Im Stadtwald, 6600 Saarbruecken, FRG     
  11. +  All rights reserved.
  12. *******************************************************************************/
  13.  
  14.  
  15. #ifndef LEDA_CONVEX_HULL_H
  16. #define LEDA_CONVEX_HULL_H
  17.  
  18. #include <LEDA/point.h>
  19.  
  20. list<point> CONVEX_HULL(list<point>);
  21.  
  22. #endif
  23.